Gets the total number of nodes that are child nodes to this node in the hierarchy. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As MonitoringHierarchyNode(Of T)
Dim value As Integer

value = instance.TotalChildNodeCount

Syntax

Visual Basic
Public ReadOnly Property TotalChildNodeCount As Integer
C#
public int TotalChildNodeCount { get; }
C++
public:
property int TotalChildNodeCount {
		int get ();
}
J#
/** @property */
public int get_TotalChildNodeCount ()
JScript
public function get TotalChildNodeCount () : int

Property Value

Returns an integer value that is the total number of nodes that are child nodes to this node in the hierarchy.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also